home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hight-d.swf / scripts / DefineSprite_323 / frame_11 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  80 b   |  9 lines

  1. if(newscore >= s9)
  2. {
  3.    gotoAndStop("postscore");
  4. }
  5. else
  6. {
  7.    play();
  8. }
  9.